object fReport: TfReport Left = 210 Top = 117 Width = 655 Height = 399 Caption = 'Report' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel: TPanel Left = 0 Top = 332 Width = 647 Height = 33 Align = alBottom BevelOuter = bvNone TabOrder = 0 object btnSave: TButton Left = 88 Top = 6 Width = 72 Height = 22 Caption = '&Save' TabOrder = 0 OnClick = btnSaveClick end object btnPrint: TButton Left = 168 Top = 6 Width = 72 Height = 22 Caption = '&Print' TabOrder = 1 OnClick = btnPrintClick end object btnClose: TButton Left = 8 Top = 6 Width = 72 Height = 22 Cancel = True Caption = '&Close' Default = True ModalResult = 2 TabOrder = 2 end end object RichEdit: TRichEdit Left = 0 Top = 0 Width = 647 Height = 332 Align = alClient Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] ParentFont = False PlainText = True ReadOnly = True ScrollBars = ssBoth TabOrder = 1 WordWrap = False end end